GtkStack: Avoid compiler warnings
authorMatthias Clasen <mclasen@redhat.com>
Fri, 2 May 2014 21:15:49 +0000 (17:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 2 May 2014 21:15:49 +0000 (17:15 -0400)
commit3957ce48981144b13ddc4fe72c871e844b364ba8
tree877fc562784ea12755b3720ad4bb02322a048fa5
parent5b5813fcdcfce7de6492019e426b60c116a74902
GtkStack: Avoid compiler warnings

gcc warns about unhandled enum values in these switch statements,
so add an empty default: case to placate the compiler.
gtk/gtkstack.c